# GET /files/view/{id} URL: https://developers.vsee.io/api/file-upload-api/get/files/view/%7Bid%7D Auth: User Token — Requires a user access token from login or SSO. Download file Download the file content. Parameters available for authenticated access. **Note:** The file view URL includes an `auth_code` and `time` parameter for secure, time-limited access. Parameters: - X-ApiToken (header, string, required) — API token - X-AccountCode (header, string, required) — Account code - id (path, string, required) — File ID - auth_code (query, string, optional) — Authentication code from file info response - time (query, string, optional) — Timestamp from file info response - size (query, string, optional) — Optional resized image dimensions (WxH format, e.g. 320x240) Responses: - 200 — File content ```json binary ```